Html Css Color HEX #808CFA Light Slate Blue

📋 copy color: '#808CFA'

red 128 ◦ green 140 ◦ blue 250

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

Shades of Light Slate Blue #808CFA

Tints of Light Slate Blue #808CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.03%

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

R = 24.71%
G = 27.03%
B = 48.26%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#808CFA (or 0x808CFA) is known color: Light Slate Blue. HEX triplet: 80, 8C and FA. RGB value is (128,140,250). Sum of RGB (Red+Green+Blue) = 128+140+250=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #808CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808CFA is #7F7305. Grayscale: #949494. Windows color (decimal): -8352518 or 16419968. OLE color: 16419968.

HSL color Cylindrical-coordinate representation of color #808CFA: hue angle of 234.1º 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 #808CFA is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 140 250 -
CMYK 0.49 0.44 0 0.02
HSL 234.1º 0.92% 0.74% -
HSV(B) 234.1º 0.49% 0.98% -
XYZ 35.54 30.25 94.41 -
YUV 148.95 185.02 113.06 -
System Red Green Blue C M Y K H S L
Decimal 128 140 250 0.49 0.44 0 0.02 234.1 0.92 0.74
Hex 80 8C FA 31 2C 0 2 EA 5C 4A
Octal 200 214 372 61 54 0 2 352 134 112
Binary 10000000 10001100 11111010 110001 101100 0 10 11101010 1011100 1001010

Color Harmonies of #808CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CFA

Black with #808CFA

Text Example


Text Example

White with #808CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808CFA; }

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

 H1.HeaderClassName
 {
   color: #808CFA;
 }
 .AnyTagClassName
 {
   color: #808CFA;
 }
</style>

background-color css

<style>
 a { background-color: #808CFA; }

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

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

border-color css

<style>
 span { border-color: #808CFA; }

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

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