Html Css Color HEX #9081EF Light Slate Blue

📋 copy color: '#9081EF'

red 144 ◦ green 129 ◦ blue 239

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

Shades of Light Slate Blue #9081EF

Tints of Light Slate Blue #9081EF

RGB

 RED value IS 144 (56.64% from 255) = 28.13%

 GREEN value IS 129 (50.78% from 255) = 25.2%

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 28.13%
G = 25.2%
B = 46.68%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9081EF (or 0x9081EF) is known color: Light Slate Blue. HEX triplet: 90, 81 and EF. RGB value is (144,129,239). Sum of RGB (Red+Green+Blue) = 144+129+239=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #9081EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9081EF is #6F7E10. Grayscale: #919191. Windows color (decimal): -7306769 or 15696272. OLE color: 15696272.

HSL color Cylindrical-coordinate representation of color #9081EF: hue angle of 248.18º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9081EF is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 129 239 -
CMYK 0.40 0.46 0 0.06
HSL 248.18º 0.77% 0.72% -
HSV(B) 248.18º 0.46% 0.94% -
XYZ 34.93 27.86 85.2 -
YUV 146.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 144 129 239 0.40 0.46 0 0.06 248.18 0.77 0.72
Hex 90 81 EF 28 2E 0 6 F8 4D 48
Octal 220 201 357 50 56 0 6 370 115 110
Binary 10010000 10000001 11101111 101000 101110 0 110 11111000 1001101 1001000

Color Harmonies of #9081EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9081EF

Black with #9081EF

Text Example


Text Example

White with #9081EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9081EF; }

 p { color: rgb(144,129,239); }

 H1.HeaderClassName
 {
   color: #9081EF;
 }
 .AnyTagClassName
 {
   color: #9081EF;
 }
</style>

background-color css

<style>
 a { background-color: #9081EF; }

 a { background-color: rgb(144,129,239); }

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

border-color css

<style>
 span { border-color: #9081EF; }

 span { border-color: rgb(144,129,239); }

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