Html Css Color HEX #767BFC Light Slate Blue

📋 copy color: '#767BFC'

red 118 ◦ green 123 ◦ blue 252

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

Shades of Light Slate Blue #767BFC

Tints of Light Slate Blue #767BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.95%

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

R = 23.94%
G = 24.95%
B = 51.12%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#767BFC (or 0x767BFC) is known color: Light Slate Blue. HEX triplet: 76, 7B and FC. RGB value is (118,123,252). Sum of RGB (Red+Green+Blue) = 118+123+252=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #767BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767BFC is #898403. Grayscale: #878787. Windows color (decimal): -9012228 or 16546678. OLE color: 16546678.

HSL color Cylindrical-coordinate representation of color #767BFC: hue angle of 237.76º 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 #767BFC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 123 252 -
CMYK 0.53 0.51 0 0.01
HSL 237.76º 0.96% 0.73% -
HSV(B) 237.76º 0.53% 0.99% -
XYZ 32.12 25.05 95.24 -
YUV 136.21 193.34 115.01 -
System Red Green Blue C M Y K H S L
Decimal 118 123 252 0.53 0.51 0 0.01 237.76 0.96 0.73
Hex 76 7B FC 35 33 0 1 EE 60 49
Octal 166 173 374 65 63 0 1 356 140 111
Binary 1110110 1111011 11111100 110101 110011 0 1 11101110 1100000 1001001

Color Harmonies of #767BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BFC

Black with #767BFC

Text Example


Text Example

White with #767BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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