Html Css Color HEX #9070FF Light Slate Blue

📋 copy color: '#9070FF'

red 144 ◦ green 112 ◦ blue 255

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

Shades of Light Slate Blue #9070FF

Tints of Light Slate Blue #9070FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.92%

 BLUE value IS 255 (100% from 255) = 49.9%

R = 28.18%
G = 21.92%
B = 49.9%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9070FF (or 0x9070FF) is known color: Light Slate Blue. HEX triplet: 90, 70 and FF. RGB value is (144,112,255). Sum of RGB (Red+Green+Blue) = 144+112+255=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #9070FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9070FF is #6F8F00. Grayscale: #898989. Windows color (decimal): -7311105 or 16740496. OLE color: 16740496.

HSL color Cylindrical-coordinate representation of color #9070FF: hue angle of 253.43º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9070FF is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 144 112 255 -
CMYK 0.44 0.56 0 0
HSL 253.43º 1% 0.72% -
HSV(B) 253.43º 0.56% 1% -
XYZ 35.35 24.74 97.52 -
YUV 137.87 194.1 132.37 -
System Red Green Blue C M Y K H S L
Decimal 144 112 255 0.44 0.56 0 0 253.43 1 0.72
Hex 90 70 FF 2C 38 0 0 FD 64 48
Octal 220 160 377 54 70 0 0 375 144 110
Binary 10010000 1110000 11111111 101100 111000 0 0 11111101 1100100 1001000

Color Harmonies of #9070FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9070FF

Black with #9070FF

Text Example


Text Example

White with #9070FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9070FF; }

 p { color: rgb(144,112,255); }

 H1.HeaderClassName
 {
   color: #9070FF;
 }
 .AnyTagClassName
 {
   color: #9070FF;
 }
</style>

background-color css

<style>
 a { background-color: #9070FF; }

 a { background-color: rgb(144,112,255); }

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

border-color css

<style>
 span { border-color: #9070FF; }

 span { border-color: rgb(144,112,255); }

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