Html Css Color HEX #7D8BFB Light Slate Blue

📋 copy color: '#7D8BFB'

red 125 ◦ green 139 ◦ blue 251

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

Shades of Light Slate Blue #7D8BFB

Tints of Light Slate Blue #7D8BFB

RGB

 RED value IS 125 (49.22% from 255) = 24.27%

 GREEN value IS 139 (54.69% from 255) = 26.99%

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

R = 24.27%
G = 26.99%
B = 48.74%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D8BFB (or 0x7D8BFB) is known color: Light Slate Blue. HEX triplet: 7D, 8B and FB. RGB value is (125,139,251). Sum of RGB (Red+Green+Blue) = 125+139+251=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D8BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8BFB is #827404. Grayscale: #939393. Windows color (decimal): -8549381 or 16485245. OLE color: 16485245.

HSL color Cylindrical-coordinate representation of color #7D8BFB: hue angle of 233.33º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D8BFB is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 139 251 -
CMYK 0.50 0.45 0 0.02
HSL 233.33º 0.94% 0.74% -
HSV(B) 233.33º 0.5% 0.98% -
XYZ 35.1 29.79 95.17 -
YUV 147.58 186.36 111.89 -
System Red Green Blue C M Y K H S L
Decimal 125 139 251 0.50 0.45 0 0.02 233.33 0.94 0.74
Hex 7D 8B FB 32 2D 0 2 E9 5E 4A
Octal 175 213 373 62 55 0 2 351 136 112
Binary 1111101 10001011 11111011 110010 101101 0 10 11101001 1011110 1001010

Color Harmonies of #7D8BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8BFB

Black with #7D8BFB

Text Example


Text Example

White with #7D8BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D8BFB; }

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

 H1.HeaderClassName
 {
   color: #7D8BFB;
 }
 .AnyTagClassName
 {
   color: #7D8BFB;
 }
</style>

background-color css

<style>
 a { background-color: #7D8BFB; }

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

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

border-color css

<style>
 span { border-color: #7D8BFB; }

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

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