Html Css Color HEX #767BF6 Light Slate Blue

📋 copy color: '#767BF6'

red 118 ◦ green 123 ◦ blue 246

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

Shades of Light Slate Blue #767BF6

Tints of Light Slate Blue #767BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.51%

R = 24.23%
G = 25.26%
B = 50.51%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#767BF6 (or 0x767BF6) is known color: Light Slate Blue. HEX triplet: 76, 7B and F6. RGB value is (118,123,246). Sum of RGB (Red+Green+Blue) = 118+123+246=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #767BF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767BF6 is #898409. Grayscale: #878787. Windows color (decimal): -9012234 or 16153462. OLE color: 16153462.

HSL color Cylindrical-coordinate representation of color #767BF6: hue angle of 237.66º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #767BF6 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 123 246 -
CMYK 0.52 0.50 0 0.04
HSL 237.66º 0.88% 0.71% -
HSV(B) 237.66º 0.52% 0.96% -
XYZ 31.19 24.67 90.31 -
YUV 135.53 190.34 115.5 -
System Red Green Blue C M Y K H S L
Decimal 118 123 246 0.52 0.50 0 0.04 237.66 0.88 0.71
Hex 76 7B F6 34 32 0 4 EE 58 47
Octal 166 173 366 64 62 0 4 356 130 107
Binary 1110110 1111011 11110110 110100 110010 0 100 11101110 1011000 1000111

Color Harmonies of #767BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BF6

Black with #767BF6

Text Example


Text Example

White with #767BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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