Html Css Color HEX #8285FA Light Slate Blue

📋 copy color: '#8285FA'

red 130 ◦ green 133 ◦ blue 250

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

Shades of Light Slate Blue #8285FA

Tints of Light Slate Blue #8285FA

RGB

 RED value IS 130 (51.17% from 255) = 25.34%

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

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

R = 25.34%
G = 25.93%
B = 48.73%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8285FA (or 0x8285FA) is known color: Light Slate Blue. HEX triplet: 82, 85 and FA. RGB value is (130,133,250). Sum of RGB (Red+Green+Blue) = 130+133+250=513 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.34% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #8285FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8285FA is #7D7A05. Grayscale: #909090. Windows color (decimal): -8223238 or 16418178. OLE color: 16418178.

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

Color convert

RGB 130 133 250 -
CMYK 0.48 0.47 0 0.02
HSL 238.5º 0.92% 0.75% -
HSV(B) 238.5º 0.48% 0.98% -
XYZ 34.85 28.42 94.09 -
YUV 145.44 187.01 116.99 -
System Red Green Blue C M Y K H S L
Decimal 130 133 250 0.48 0.47 0 0.02 238.5 0.92 0.75
Hex 82 85 FA 30 2F 0 2 EE 5C 4B
Octal 202 205 372 60 57 0 2 356 134 113
Binary 10000010 10000101 11111010 110000 101111 0 10 11101110 1011100 1001011

Color Harmonies of #8285FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8285FA

Black with #8285FA

Text Example


Text Example

White with #8285FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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