Html Css Color HEX #9069F1 Light Slate Blue

📋 copy color: '#9069F1'

red 144 ◦ green 105 ◦ blue 241

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

Shades of Light Slate Blue #9069F1

Tints of Light Slate Blue #9069F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.18%

R = 29.39%
G = 21.43%
B = 49.18%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9069F1 (or 0x9069F1) is known color: Light Slate Blue. HEX triplet: 90, 69 and F1. RGB value is (144,105,241). Sum of RGB (Red+Green+Blue) = 144+105+241=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #9069F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9069F1 is #6F960E. Grayscale: #838383. Windows color (decimal): -7312911 or 15821200. OLE color: 15821200.

HSL color Cylindrical-coordinate representation of color #9069F1: hue angle of 257.21º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9069F1 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 105 241 -
CMYK 0.40 0.56 0 0.05
HSL 257.21º 0.83% 0.68% -
HSV(B) 257.21º 0.56% 0.95% -
XYZ 32.43 22.38 85.83 -
YUV 132.17 189.42 136.44 -
System Red Green Blue C M Y K H S L
Decimal 144 105 241 0.40 0.56 0 0.05 257.21 0.83 0.68
Hex 90 69 F1 28 38 0 5 101 53 44
Octal 220 151 361 50 70 0 5 401 123 104
Binary 10010000 1101001 11110001 101000 111000 0 101 100000001 1010011 1000100

Color Harmonies of #9069F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9069F1

Black with #9069F1

Text Example


Text Example

White with #9069F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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