Html Css Color HEX #7767CB Slate Blue

📋 copy color: '#7767CB'

red 119 ◦ green 103 ◦ blue 203

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

Shades of Slate Blue #7767CB

Tints of Slate Blue #7767CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 28%
G = 24.24%
B = 47.76%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7767CB (or 0x7767CB) is known color: Slate Blue. HEX triplet: 77, 67 and CB. RGB value is (119,103,203). Sum of RGB (Red+Green+Blue) = 119+103+203=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #7767CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7767CB is #889834. Grayscale: #767676. Windows color (decimal): -8951861 or 13330295. OLE color: 13330295.

HSL color Cylindrical-coordinate representation of color #7767CB: hue angle of 249.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7767CB is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 103 203 -
CMYK 0.41 0.49 0 0.20
HSL 249.6º 0.49% 0.6% -
HSV(B) 249.6º 0.49% 0.8% -
XYZ 23.24 17.93 58.74 -
YUV 119.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 119 103 203 0.41 0.49 0 0.20 249.6 0.49 0.6
Hex 77 67 CB 29 31 0 14 FA 31 3C
Octal 167 147 313 51 61 0 24 372 61 74
Binary 1110111 1100111 11001011 101001 110001 0 10100 11111010 110001 111100

Color Harmonies of #7767CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7767CB

Black with #7767CB

Text Example


Text Example

White with #7767CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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