Html Css Color HEX #767DFB Light Slate Blue

📋 copy color: '#767DFB'

red 118 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #767DFB

Tints of Light Slate Blue #767DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.3%

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

R = 23.89%
G = 25.3%
B = 50.81%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#767DFB (or 0x767DFB) is known color: Light Slate Blue. HEX triplet: 76, 7D and FB. RGB value is (118,125,251). Sum of RGB (Red+Green+Blue) = 118+125+251=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #767DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767DFB is #898204. Grayscale: #888888. Windows color (decimal): -9011717 or 16481654. OLE color: 16481654.

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

Color convert

RGB 118 125 251 -
CMYK 0.53 0.50 0 0.02
HSL 236.84º 0.94% 0.72% -
HSV(B) 236.84º 0.53% 0.98% -
XYZ 32.22 25.48 94.49 -
YUV 137.27 192.18 114.25 -
System Red Green Blue C M Y K H S L
Decimal 118 125 251 0.53 0.50 0 0.02 236.84 0.94 0.72
Hex 76 7D FB 35 32 0 2 ED 5E 48
Octal 166 175 373 65 62 0 2 355 136 110
Binary 1110110 1111101 11111011 110101 110010 0 10 11101101 1011110 1001000

Color Harmonies of #767DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767DFB

Black with #767DFB

Text Example


Text Example

White with #767DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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