Html Css Color HEX #767EFD Light Slate Blue

📋 copy color: '#767EFD'

red 118 ◦ green 126 ◦ blue 253

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

Shades of Light Slate Blue #767EFD

Tints of Light Slate Blue #767EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.35%

 BLUE value IS 253 (99.22% from 255) = 50.91%

R = 23.74%
G = 25.35%
B = 50.91%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#767EFD (or 0x767EFD) is known color: Light Slate Blue. HEX triplet: 76, 7E and FD. RGB value is (118,126,253). Sum of RGB (Red+Green+Blue) = 118+126+253=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #767EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767EFD is #898102. Grayscale: #898989. Windows color (decimal): -9011459 or 16612982. OLE color: 16612982.

HSL color Cylindrical-coordinate representation of color #767EFD: hue angle of 236.44º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #767EFD is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 126 253 -
CMYK 0.53 0.50 0 0.01
HSL 236.44º 0.97% 0.73% -
HSV(B) 236.44º 0.53% 0.99% -
XYZ 32.66 25.87 96.2 -
YUV 138.09 192.85 113.67 -
System Red Green Blue C M Y K H S L
Decimal 118 126 253 0.53 0.50 0 0.01 236.44 0.97 0.73
Hex 76 7E FD 35 32 0 1 EC 61 49
Octal 166 176 375 65 62 0 1 354 141 111
Binary 1110110 1111110 11111101 110101 110010 0 1 11101100 1100001 1001001

Color Harmonies of #767EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767EFD

Black with #767EFD

Text Example


Text Example

White with #767EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,126,253); }

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

background-color css

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

 a { background-color: rgb(118,126,253); }

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

border-color css

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

 span { border-color: rgb(118,126,253); }

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