Html Css Color HEX #9068FA Light Slate Blue

📋 copy color: '#9068FA'

red 144 ◦ green 104 ◦ blue 250

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

Shades of Light Slate Blue #9068FA

Tints of Light Slate Blue #9068FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.88%

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

R = 28.92%
G = 20.88%
B = 50.2%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9068FA (or 0x9068FA) is known color: Light Slate Blue. HEX triplet: 90, 68 and FA. RGB value is (144,104,250). Sum of RGB (Red+Green+Blue) = 144+104+250=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #9068FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9068FA is #6F9705. Grayscale: #848484. Windows color (decimal): -7313158 or 16410768. OLE color: 16410768.

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

Color convert

RGB 144 104 250 -
CMYK 0.42 0.58 0 0.02
HSL 256.44º 0.94% 0.69% -
HSV(B) 256.44º 0.58% 0.98% -
XYZ 33.71 22.73 93.05 -
YUV 132.6 194.25 136.13 -
System Red Green Blue C M Y K H S L
Decimal 144 104 250 0.42 0.58 0 0.02 256.44 0.94 0.69
Hex 90 68 FA 2A 3A 0 2 100 5E 45
Octal 220 150 372 52 72 0 2 400 136 105
Binary 10010000 1101000 11111010 101010 111010 0 10 100000000 1011110 1000101

Color Harmonies of #9068FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9068FA

Black with #9068FA

Text Example


Text Example

White with #9068FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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