Html Css Color HEX #8285F3 Light Slate Blue

📋 copy color: '#8285F3'

red 130 ◦ green 133 ◦ blue 243

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

Shades of Light Slate Blue #8285F3

Tints of Light Slate Blue #8285F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.02%

R = 25.69%
G = 26.28%
B = 48.02%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8285F3 (or 0x8285F3) is known color: Light Slate Blue. HEX triplet: 82, 85 and F3. RGB value is (130,133,243). Sum of RGB (Red+Green+Blue) = 130+133+243=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #8285F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8285F3 is #7D7A0C. Grayscale: #909090. Windows color (decimal): -8223245 or 15959426. OLE color: 15959426.

HSL color Cylindrical-coordinate representation of color #8285F3: hue angle of 238.41º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8285F3 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 133 243 -
CMYK 0.47 0.45 0 0.05
HSL 238.41º 0.82% 0.73% -
HSV(B) 238.41º 0.47% 0.95% -
XYZ 33.77 27.99 88.42 -
YUV 144.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 130 133 243 0.47 0.45 0 0.05 238.41 0.82 0.73
Hex 82 85 F3 2F 2D 0 5 EE 52 49
Octal 202 205 363 57 55 0 5 356 122 111
Binary 10000010 10000101 11110011 101111 101101 0 101 11101110 1010010 1001001

Color Harmonies of #8285F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8285F3

Black with #8285F3

Text Example


Text Example

White with #8285F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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