Html Css Color HEX #7767D0 Slate Blue

📋 copy color: '#7767D0'

red 119 ◦ green 103 ◦ blue 208

#7767D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7767D0

Tints of Slate Blue #7767D0

RGB

 RED value IS 119 (46.88% from 255) = 27.67%

 GREEN value IS 103 (40.63% from 255) = 23.95%

 BLUE value IS 208 (81.64% from 255) = 48.37%

R = 27.67%
G = 23.95%
B = 48.37%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7767D0 (or 0x7767D0) is known color: Slate Blue. HEX triplet: 77, 67 and D0. RGB value is (119,103,208). Sum of RGB (Red+Green+Blue) = 119+103+208=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #7767D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7767D0 is #88982F. Grayscale: #777777. Windows color (decimal): -8951856 or 13657975. OLE color: 13657975.

HSL color Cylindrical-coordinate representation of color #7767D0: hue angle of 249.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7767D0 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 103 208 -
CMYK 0.43 0.50 0 0.18
HSL 249.14º 0.53% 0.61% -
HSV(B) 249.14º 0.5% 0.82% -
XYZ 23.84 18.18 61.93 -
YUV 119.75 177.8 127.46 -
System Red Green Blue C M Y K H S L
Decimal 119 103 208 0.43 0.50 0 0.18 249.14 0.53 0.61
Hex 77 67 D0 2B 32 0 12 F9 35 3D
Octal 167 147 320 53 62 0 22 371 65 75
Binary 1110111 1100111 11010000 101011 110010 0 10010 11111001 110101 111101

Color Harmonies of #7767D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7767D0

Black with #7767D0

Text Example


Text Example

White with #7767D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7767D0; }

 p { color: rgb(119,103,208); }

 H1.HeaderClassName
 {
   color: #7767D0;
 }
 .AnyTagClassName
 {
   color: #7767D0;
 }
</style>

background-color css

<style>
 a { background-color: #7767D0; }

 a { background-color: rgb(119,103,208); }

 div.DivClassName
 {
   background-color: #7767D0;
 }
 .BgClassName
 {
   background-color: #7767D0;
 }
</style>

border-color css

<style>
 span { border-color: #7767D0; }

 span { border-color: rgb(119,103,208); }

 td.TdClassName
 {
   border-color: #7767D0;
 }
 .TagClassName
 {
   border-color: #7767D0;
 }
</style>