Html Css Color HEX #9062FD Light Slate Blue

📋 copy color: '#9062FD'

red 144 ◦ green 98 ◦ blue 253

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

Shades of Light Slate Blue #9062FD

Tints of Light Slate Blue #9062FD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.8%

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 29.09%
G = 19.8%
B = 51.11%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9062FD (or 0x9062FD) is known color: Light Slate Blue. HEX triplet: 90, 62 and FD. RGB value is (144,98,253). Sum of RGB (Red+Green+Blue) = 144+98+253=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #9062FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9062FD is #6F9D02. Grayscale: #808080. Windows color (decimal): -7314691 or 16605840. OLE color: 16605840.

HSL color Cylindrical-coordinate representation of color #9062FD: hue angle of 257.81º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9062FD is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 98 253 -
CMYK 0.43 0.61 0 0.01
HSL 257.81º 0.97% 0.69% -
HSV(B) 257.81º 0.61% 0.99% -
XYZ 33.6 21.76 95.36 -
YUV 129.42 197.74 138.4 -
System Red Green Blue C M Y K H S L
Decimal 144 98 253 0.43 0.61 0 0.01 257.81 0.97 0.69
Hex 90 62 FD 2B 3D 0 1 102 61 45
Octal 220 142 375 53 75 0 1 402 141 105
Binary 10010000 1100010 11111101 101011 111101 0 1 100000010 1100001 1000101

Color Harmonies of #9062FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9062FD

Black with #9062FD

Text Example


Text Example

White with #9062FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9062FD; }

 p { color: rgb(144,98,253); }

 H1.HeaderClassName
 {
   color: #9062FD;
 }
 .AnyTagClassName
 {
   color: #9062FD;
 }
</style>

background-color css

<style>
 a { background-color: #9062FD; }

 a { background-color: rgb(144,98,253); }

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

border-color css

<style>
 span { border-color: #9062FD; }

 span { border-color: rgb(144,98,253); }

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