Html Css Color HEX #767AFF Light Slate Blue

📋 copy color: '#767AFF'

red 118 ◦ green 122 ◦ blue 255

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

Shades of Light Slate Blue #767AFF

Tints of Light Slate Blue #767AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.65%

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

R = 23.84%
G = 24.65%
B = 51.52%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#767AFF (or 0x767AFF) is known color: Light Slate Blue. HEX triplet: 76, 7A and FF. RGB value is (118,122,255). Sum of RGB (Red+Green+Blue) = 118+122+255=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #767AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767AFF is #898500. Grayscale: #878787. Windows color (decimal): -9012481 or 16743030. OLE color: 16743030.

HSL color Cylindrical-coordinate representation of color #767AFF: hue angle of 238.25º 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 #767AFF is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 122 255 -
CMYK 0.54 0.52 0 0
HSL 238.25º 1% 0.73% -
HSV(B) 238.25º 0.54% 1% -
XYZ 32.48 24.99 97.72 -
YUV 135.97 195.17 115.19 -
System Red Green Blue C M Y K H S L
Decimal 118 122 255 0.54 0.52 0 0 238.25 1 0.73
Hex 76 7A FF 36 34 0 0 EE 64 49
Octal 166 172 377 66 64 0 0 356 144 111
Binary 1110110 1111010 11111111 110110 110100 0 0 11101110 1100100 1001001

Color Harmonies of #767AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767AFF

Black with #767AFF

Text Example


Text Example

White with #767AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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