Html Css Color HEX #7D8BFA Light Slate Blue

📋 copy color: '#7D8BFA'

red 125 ◦ green 139 ◦ blue 250

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

Shades of Light Slate Blue #7D8BFA

Tints of Light Slate Blue #7D8BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 24.32%
G = 27.04%
B = 48.64%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D8BFA (or 0x7D8BFA) is known color: Light Slate Blue. HEX triplet: 7D, 8B and FA. RGB value is (125,139,250). Sum of RGB (Red+Green+Blue) = 125+139+250=514 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.32% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D8BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8BFA is #827405. Grayscale: #939393. Windows color (decimal): -8549382 or 16419709. OLE color: 16419709.

HSL color Cylindrical-coordinate representation of color #7D8BFA: hue angle of 233.28º degrees, saturation: 0.93, 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 #7D8BFA is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 139 250 -
CMYK 0.50 0.44 0 0.02
HSL 233.28º 0.93% 0.74% -
HSV(B) 233.28º 0.5% 0.98% -
XYZ 34.95 29.73 94.34 -
YUV 147.47 185.86 111.97 -
System Red Green Blue C M Y K H S L
Decimal 125 139 250 0.50 0.44 0 0.02 233.28 0.93 0.74
Hex 7D 8B FA 32 2C 0 2 E9 5D 4A
Octal 175 213 372 62 54 0 2 351 135 112
Binary 1111101 10001011 11111010 110010 101100 0 10 11101001 1011101 1001010

Color Harmonies of #7D8BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8BFA

Black with #7D8BFA

Text Example


Text Example

White with #7D8BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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