Html Css Color HEX #9060FB Light Slate Blue

📋 copy color: '#9060FB'

red 144 ◦ green 96 ◦ blue 251

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

Shades of Light Slate Blue #9060FB

Tints of Light Slate Blue #9060FB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.55%

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 29.33%
G = 19.55%
B = 51.12%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9060FB (or 0x9060FB) is known color: Light Slate Blue. HEX triplet: 90, 60 and FB. RGB value is (144,96,251). Sum of RGB (Red+Green+Blue) = 144+96+251=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #9060FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9060FB is #6F9F04. Grayscale: #7F7F7F. Windows color (decimal): -7315205 or 16474256. OLE color: 16474256.

HSL color Cylindrical-coordinate representation of color #9060FB: hue angle of 258.58º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9060FB is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 96 251 -
CMYK 0.43 0.62 0 0.02
HSL 258.58º 0.95% 0.68% -
HSV(B) 258.58º 0.62% 0.98% -
XYZ 33.1 21.26 93.63 -
YUV 128.02 197.4 139.4 -
System Red Green Blue C M Y K H S L
Decimal 144 96 251 0.43 0.62 0 0.02 258.58 0.95 0.68
Hex 90 60 FB 2B 3E 0 2 103 5F 44
Octal 220 140 373 53 76 0 2 403 137 104
Binary 10010000 1100000 11111011 101011 111110 0 10 100000011 1011111 1000100

Color Harmonies of #9060FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9060FB

Black with #9060FB

Text Example


Text Example

White with #9060FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9060FB; }

 p { color: rgb(144,96,251); }

 H1.HeaderClassName
 {
   color: #9060FB;
 }
 .AnyTagClassName
 {
   color: #9060FB;
 }
</style>

background-color css

<style>
 a { background-color: #9060FB; }

 a { background-color: rgb(144,96,251); }

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

border-color css

<style>
 span { border-color: #9060FB; }

 span { border-color: rgb(144,96,251); }

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