Html Css Color HEX #9064FF Light Slate Blue

📋 copy color: '#9064FF'

red 144 ◦ green 100 ◦ blue 255

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

Shades of Light Slate Blue #9064FF

Tints of Light Slate Blue #9064FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.04%

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

R = 28.86%
G = 20.04%
B = 51.1%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9064FF (or 0x9064FF) is known color: Light Slate Blue. HEX triplet: 90, 64 and FF. RGB value is (144,100,255). Sum of RGB (Red+Green+Blue) = 144+100+255=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #9064FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9064FF is #6F9B00. Grayscale: #828282. Windows color (decimal): -7314177 or 16737424. OLE color: 16737424.

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

Color convert

RGB 144 100 255 -
CMYK 0.44 0.61 0 0
HSL 257.03º 1% 0.7% -
HSV(B) 257.03º 0.61% 1% -
XYZ 34.11 22.26 97.11 -
YUV 130.83 198.08 137.4 -
System Red Green Blue C M Y K H S L
Decimal 144 100 255 0.44 0.61 0 0 257.03 1 0.7
Hex 90 64 FF 2C 3D 0 0 101 64 46
Octal 220 144 377 54 75 0 0 401 144 106
Binary 10010000 1100100 11111111 101100 111101 0 0 100000001 1100100 1000110

Color Harmonies of #9064FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9064FF

Black with #9064FF

Text Example


Text Example

White with #9064FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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