Html Css Color HEX #9762FF Light Slate Blue

📋 copy color: '#9762FF'

red 151 ◦ green 98 ◦ blue 255

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

Shades of Light Slate Blue #9762FF

Tints of Light Slate Blue #9762FF

RGB

 RED value IS 151 (59.38% from 255) = 29.96%

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 29.96%
G = 19.44%
B = 50.6%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9762FF (or 0x9762FF) is known color: Light Slate Blue. HEX triplet: 97, 62 and FF. RGB value is (151,98,255). Sum of RGB (Red+Green+Blue) = 151+98+255=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #9762FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9762FF is #689D00. Grayscale: #838383. Windows color (decimal): -6855937 or 16736919. OLE color: 16736919.

HSL color Cylindrical-coordinate representation of color #9762FF: hue angle of 260.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9762FF is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 98 255 -
CMYK 0.41 0.62 0 0
HSL 260.25º 1% 0.69% -
HSV(B) 260.25º 0.62% 1% -
XYZ 35.18 22.53 97.1 -
YUV 131.75 197.56 141.73 -
System Red Green Blue C M Y K H S L
Decimal 151 98 255 0.41 0.62 0 0 260.25 1 0.69
Hex 97 62 FF 29 3E 0 0 104 64 45
Octal 227 142 377 51 76 0 0 404 144 105
Binary 10010111 1100010 11111111 101001 111110 0 0 100000100 1100100 1000101

Color Harmonies of #9762FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9762FF

Black with #9762FF

Text Example


Text Example

White with #9762FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9762FF; }

 p { color: rgb(151,98,255); }

 H1.HeaderClassName
 {
   color: #9762FF;
 }
 .AnyTagClassName
 {
   color: #9762FF;
 }
</style>

background-color css

<style>
 a { background-color: #9762FF; }

 a { background-color: rgb(151,98,255); }

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

border-color css

<style>
 span { border-color: #9762FF; }

 span { border-color: rgb(151,98,255); }

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