Html Css Color HEX #767CFF Light Slate Blue

📋 copy color: '#767CFF'

red 118 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #767CFF

Tints of Light Slate Blue #767CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.95%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 23.74%
G = 24.95%
B = 51.31%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#767CFF (or 0x767CFF) is known color: Light Slate Blue. HEX triplet: 76, 7C and FF. RGB value is (118,124,255). Sum of RGB (Red+Green+Blue) = 118+124+255=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #767CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767CFF is #898300. Grayscale: #888888. Windows color (decimal): -9011969 or 16743542. OLE color: 16743542.

HSL color Cylindrical-coordinate representation of color #767CFF: hue angle of 237.37º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #767CFF is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 124 255 -
CMYK 0.54 0.51 0 0
HSL 237.37º 1% 0.73% -
HSV(B) 237.37º 0.54% 1% -
XYZ 32.73 25.49 97.8 -
YUV 137.14 194.51 114.35 -
System Red Green Blue C M Y K H S L
Decimal 118 124 255 0.54 0.51 0 0 237.37 1 0.73
Hex 76 7C FF 36 33 0 0 ED 64 49
Octal 166 174 377 66 63 0 0 355 144 111
Binary 1110110 1111100 11111111 110110 110011 0 0 11101101 1100100 1001001

Color Harmonies of #767CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767CFF

Black with #767CFF

Text Example


Text Example

White with #767CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,124,255); }

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

background-color css

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

 a { background-color: rgb(118,124,255); }

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

border-color css

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

 span { border-color: rgb(118,124,255); }

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