Html Css Color HEX #9064FE Light Slate Blue

📋 copy color: '#9064FE'

red 144 ◦ green 100 ◦ blue 254

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

Shades of Light Slate Blue #9064FE

Tints of Light Slate Blue #9064FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51%

R = 28.92%
G = 20.08%
B = 51%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9064FE (or 0x9064FE) is known color: Light Slate Blue. HEX triplet: 90, 64 and FE. RGB value is (144,100,254). Sum of RGB (Red+Green+Blue) = 144+100+254=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #9064FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9064FE is #6F9B01. Grayscale: #828282. Windows color (decimal): -7314178 or 16671888. OLE color: 16671888.

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

Color convert

RGB 144 100 254 -
CMYK 0.43 0.61 0 0.00
HSL 257.14º 0.99% 0.69% -
HSV(B) 257.14º 0.61% 1% -
XYZ 33.95 22.2 96.26 -
YUV 130.71 197.58 137.48 -
System Red Green Blue C M Y K H S L
Decimal 144 100 254 0.43 0.61 0 0.00 257.14 0.99 0.69
Hex 90 64 FE 2B 3D 0 0 101 63 45
Octal 220 144 376 53 75 0 0 401 143 105
Binary 10010000 1100100 11111110 101011 111101 0 0 100000001 1100011 1000101

Color Harmonies of #9064FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9064FE

Black with #9064FE

Text Example


Text Example

White with #9064FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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