Html Css Color HEX #7D88FB Light Slate Blue

📋 copy color: '#7D88FB'

red 125 ◦ green 136 ◦ blue 251

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

Shades of Light Slate Blue #7D88FB

Tints of Light Slate Blue #7D88FB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.56%

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

R = 24.41%
G = 26.56%
B = 49.02%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D88FB (or 0x7D88FB) is known color: Light Slate Blue. HEX triplet: 7D, 88 and FB. RGB value is (125,136,251). Sum of RGB (Red+Green+Blue) = 125+136+251=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D88FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D88FB is #827704. Grayscale: #919191. Windows color (decimal): -8550149 or 16484477. OLE color: 16484477.

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

Color convert

RGB 125 136 251 -
CMYK 0.50 0.46 0 0.02
HSL 234.76º 0.94% 0.74% -
HSV(B) 234.76º 0.5% 0.98% -
XYZ 34.67 28.93 95.02 -
YUV 145.82 187.36 113.15 -
System Red Green Blue C M Y K H S L
Decimal 125 136 251 0.50 0.46 0 0.02 234.76 0.94 0.74
Hex 7D 88 FB 32 2E 0 2 EB 5E 4A
Octal 175 210 373 62 56 0 2 353 136 112
Binary 1111101 10001000 11111011 110010 101110 0 10 11101011 1011110 1001010

Color Harmonies of #7D88FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D88FB

Black with #7D88FB

Text Example


Text Example

White with #7D88FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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