Html Css Color HEX #8085FA Light Slate Blue

📋 copy color: '#8085FA'

red 128 ◦ green 133 ◦ blue 250

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

Shades of Light Slate Blue #8085FA

Tints of Light Slate Blue #8085FA

RGB

 RED value IS 128 (50.39% from 255) = 25.05%

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

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

R = 25.05%
G = 26.03%
B = 48.92%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8085FA (or 0x8085FA) is known color: Light Slate Blue. HEX triplet: 80, 85 and FA. RGB value is (128,133,250). Sum of RGB (Red+Green+Blue) = 128+133+250=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #8085FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8085FA is #7F7A05. Grayscale: #909090. Windows color (decimal): -8354310 or 16418176. OLE color: 16418176.

HSL color Cylindrical-coordinate representation of color #8085FA: hue angle of 237.54º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8085FA is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 133 250 -
CMYK 0.49 0.47 0 0.02
HSL 237.54º 0.92% 0.74% -
HSV(B) 237.54º 0.49% 0.98% -
XYZ 34.54 28.27 94.08 -
YUV 144.84 187.34 115.99 -
System Red Green Blue C M Y K H S L
Decimal 128 133 250 0.49 0.47 0 0.02 237.54 0.92 0.74
Hex 80 85 FA 31 2F 0 2 EE 5C 4A
Octal 200 205 372 61 57 0 2 356 134 112
Binary 10000000 10000101 11111010 110001 101111 0 10 11101110 1011100 1001010

Color Harmonies of #8085FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8085FA

Black with #8085FA

Text Example


Text Example

White with #8085FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8085FA; }

 p { color: rgb(128,133,250); }

 H1.HeaderClassName
 {
   color: #8085FA;
 }
 .AnyTagClassName
 {
   color: #8085FA;
 }
</style>

background-color css

<style>
 a { background-color: #8085FA; }

 a { background-color: rgb(128,133,250); }

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

border-color css

<style>
 span { border-color: #8085FA; }

 span { border-color: rgb(128,133,250); }

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