Html Css Color HEX #9061F4 Light Slate Blue

📋 copy color: '#9061F4'

red 144 ◦ green 97 ◦ blue 244

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

Shades of Light Slate Blue #9061F4

Tints of Light Slate Blue #9061F4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20%

 BLUE value IS 244 (95.7% from 255) = 50.31%

R = 29.69%
G = 20%
B = 50.31%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9061F4 (or 0x9061F4) is known color: Light Slate Blue. HEX triplet: 90, 61 and F4. RGB value is (144,97,244). Sum of RGB (Red+Green+Blue) = 144+97+244=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #9061F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9061F4 is #6F9E0B. Grayscale: #7F7F7F. Windows color (decimal): -7314956 or 16015760. OLE color: 16015760.

HSL color Cylindrical-coordinate representation of color #9061F4: hue angle of 259.18º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9061F4 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 97 244 -
CMYK 0.41 0.60 0 0.04
HSL 259.18º 0.87% 0.67% -
HSV(B) 259.18º 0.6% 0.96% -
XYZ 32.11 21.01 87.95 -
YUV 127.81 193.57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 144 97 244 0.41 0.60 0 0.04 259.18 0.87 0.67
Hex 90 61 F4 29 3C 0 4 103 57 43
Octal 220 141 364 51 74 0 4 403 127 103
Binary 10010000 1100001 11110100 101001 111100 0 100 100000011 1010111 1000011

Color Harmonies of #9061F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9061F4

Black with #9061F4

Text Example


Text Example

White with #9061F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9061F4; }

 p { color: rgb(144,97,244); }

 H1.HeaderClassName
 {
   color: #9061F4;
 }
 .AnyTagClassName
 {
   color: #9061F4;
 }
</style>

background-color css

<style>
 a { background-color: #9061F4; }

 a { background-color: rgb(144,97,244); }

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

border-color css

<style>
 span { border-color: #9061F4; }

 span { border-color: rgb(144,97,244); }

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