Html Css Color HEX #9069F9 Light Slate Blue

📋 copy color: '#9069F9'

red 144 ◦ green 105 ◦ blue 249

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

Shades of Light Slate Blue #9069F9

Tints of Light Slate Blue #9069F9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.08%

 BLUE value IS 249 (97.66% from 255) = 50%

R = 28.92%
G = 21.08%
B = 50%

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

#9069F9 (or 0x9069F9) is known color: Light Slate Blue. HEX triplet: 90, 69 and F9. RGB value is (144,105,249). Sum of RGB (Red+Green+Blue) = 144+105+249=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #9069F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9069F9 is #6F9606. Grayscale: #848484. Windows color (decimal): -7312903 or 16345488. OLE color: 16345488.

HSL color Cylindrical-coordinate representation of color #9069F9: hue angle of 256.25º degrees, saturation: 0.92, 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 #9069F9 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 105 249 -
CMYK 0.42 0.58 0 0.02
HSL 256.25º 0.92% 0.69% -
HSV(B) 256.25º 0.58% 0.98% -
XYZ 33.65 22.87 92.26 -
YUV 133.08 193.42 135.79 -
System Red Green Blue C M Y K H S L
Decimal 144 105 249 0.42 0.58 0 0.02 256.25 0.92 0.69
Hex 90 69 F9 2A 3A 0 2 100 5C 45
Octal 220 151 371 52 72 0 2 400 134 105
Binary 10010000 1101001 11111001 101010 111010 0 10 100000000 1011100 1000101

Color Harmonies of #9069F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9069F9

Black with #9069F9

Text Example


Text Example

White with #9069F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9069F9; }

 p { color: rgb(144,105,249); }

 H1.HeaderClassName
 {
   color: #9069F9;
 }
 .AnyTagClassName
 {
   color: #9069F9;
 }
</style>

background-color css

<style>
 a { background-color: #9069F9; }

 a { background-color: rgb(144,105,249); }

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

border-color css

<style>
 span { border-color: #9069F9; }

 span { border-color: rgb(144,105,249); }

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