Html Css Color HEX #7D85FB Light Slate Blue

📋 copy color: '#7D85FB'

red 125 ◦ green 133 ◦ blue 251

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

Shades of Light Slate Blue #7D85FB

Tints of Light Slate Blue #7D85FB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.13%

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

R = 24.56%
G = 26.13%
B = 49.31%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D85FB (or 0x7D85FB) is known color: Light Slate Blue. HEX triplet: 7D, 85 and FB. RGB value is (125,133,251). Sum of RGB (Red+Green+Blue) = 125+133+251=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D85FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D85FB is #827A04. Grayscale: #8F8F8F. Windows color (decimal): -8550917 or 16483709. OLE color: 16483709.

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

Color convert

RGB 125 133 251 -
CMYK 0.50 0.47 0 0.02
HSL 236.19º 0.94% 0.74% -
HSV(B) 236.19º 0.5% 0.98% -
XYZ 34.26 28.1 94.89 -
YUV 144.06 188.35 114.41 -
System Red Green Blue C M Y K H S L
Decimal 125 133 251 0.50 0.47 0 0.02 236.19 0.94 0.74
Hex 7D 85 FB 32 2F 0 2 EC 5E 4A
Octal 175 205 373 62 57 0 2 354 136 112
Binary 1111101 10000101 11111011 110010 101111 0 10 11101100 1011110 1001010

Color Harmonies of #7D85FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D85FB

Black with #7D85FB

Text Example


Text Example

White with #7D85FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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