Html Css Color HEX #767FFB Light Slate Blue

📋 copy color: '#767FFB'

red 118 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #767FFB

Tints of Light Slate Blue #767FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.6%

R = 23.79%
G = 25.6%
B = 50.6%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#767FFB (or 0x767FFB) is known color: Light Slate Blue. HEX triplet: 76, 7F and FB. RGB value is (118,127,251). Sum of RGB (Red+Green+Blue) = 118+127+251=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #767FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767FFB is #898004. Grayscale: #898989. Windows color (decimal): -9011205 or 16482166. OLE color: 16482166.

HSL color Cylindrical-coordinate representation of color #767FFB: hue angle of 235.94º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #767FFB is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 127 251 -
CMYK 0.53 0.49 0 0.02
HSL 235.94º 0.94% 0.72% -
HSV(B) 235.94º 0.53% 0.98% -
XYZ 32.47 26 94.57 -
YUV 138.45 191.52 113.42 -
System Red Green Blue C M Y K H S L
Decimal 118 127 251 0.53 0.49 0 0.02 235.94 0.94 0.72
Hex 76 7F FB 35 31 0 2 EC 5E 48
Octal 166 177 373 65 61 0 2 354 136 110
Binary 1110110 1111111 11111011 110101 110001 0 10 11101100 1011110 1001000

Color Harmonies of #767FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767FFB

Black with #767FFB

Text Example


Text Example

White with #767FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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