Html Css Color HEX #9064FA Light Slate Blue

📋 copy color: '#9064FA'

red 144 ◦ green 100 ◦ blue 250

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

Shades of Light Slate Blue #9064FA

Tints of Light Slate Blue #9064FA

RGB

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

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

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

R = 29.15%
G = 20.24%
B = 50.61%

CMYK

 C value IS 0.42

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9064FA (or 0x9064FA) is known color: Light Slate Blue. HEX triplet: 90, 64 and FA. RGB value is (144,100,250). Sum of RGB (Red+Green+Blue) = 144+100+250=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #9064FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9064FA is #6F9B05. Grayscale: #818181. Windows color (decimal): -7314182 or 16409744. OLE color: 16409744.

HSL color Cylindrical-coordinate representation of color #9064FA: hue angle of 257.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9064FA is Cyan = 0.42, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 100 250 -
CMYK 0.42 0.6 0 0.02
HSL 257.6º 0.94% 0.69% -
HSV(B) 257.6º 0.6% 0.98% -
XYZ 33.31 21.95 92.92 -
YUV 130.26 195.58 137.8 -
System Red Green Blue C M Y K H S L
Decimal 144 100 250 0.42 0.6 0 0.02 257.6 0.94 0.69
Hex 90 64 FA 2A 3C 0 2 102 5E 45
Octal 220 144 372 52 74 0 2 402 136 105
Binary 10010000 1100100 11111010 101010 111100 0 10 100000010 1011110 1000101

Color Harmonies of #9064FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9064FA

Black with #9064FA

Text Example


Text Example

White with #9064FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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