Html Css Color HEX #767FFC Light Slate Blue

📋 copy color: '#767FFC'

red 118 ◦ green 127 ◦ blue 252

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

Shades of Light Slate Blue #767FFC

Tints of Light Slate Blue #767FFC

RGB

 RED value IS 118 (46.48% from 255) = 23.74%

 GREEN value IS 127 (50% from 255) = 25.55%

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 23.74%
G = 25.55%
B = 50.7%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#767FFC (or 0x767FFC) is known color: Light Slate Blue. HEX triplet: 76, 7F and FC. RGB value is (118,127,252). Sum of RGB (Red+Green+Blue) = 118+127+252=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #767FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767FFC is #898003. Grayscale: #8A8A8A. Windows color (decimal): -9011204 or 16547702. OLE color: 16547702.

HSL color Cylindrical-coordinate representation of color #767FFC: hue angle of 235.97º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #767FFC is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 127 252 -
CMYK 0.53 0.50 0 0.01
HSL 235.97º 0.96% 0.73% -
HSV(B) 235.97º 0.53% 0.99% -
XYZ 32.63 26.06 95.41 -
YUV 138.56 192.02 113.34 -
System Red Green Blue C M Y K H S L
Decimal 118 127 252 0.53 0.50 0 0.01 235.97 0.96 0.73
Hex 76 7F FC 35 32 0 1 EC 60 49
Octal 166 177 374 65 62 0 1 354 140 111
Binary 1110110 1111111 11111100 110101 110010 0 1 11101100 1100000 1001001

Color Harmonies of #767FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767FFC

Black with #767FFC

Text Example


Text Example

White with #767FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767FFC; }

 p { color: rgb(118,127,252); }

 H1.HeaderClassName
 {
   color: #767FFC;
 }
 .AnyTagClassName
 {
   color: #767FFC;
 }
</style>

background-color css

<style>
 a { background-color: #767FFC; }

 a { background-color: rgb(118,127,252); }

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

border-color css

<style>
 span { border-color: #767FFC; }

 span { border-color: rgb(118,127,252); }

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