Html Css Color HEX #999FFD Perano

📋 copy color: '#999FFD'

red 153 ◦ green 159 ◦ blue 253

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

Shades of Perano #999FFD

Tints of Perano #999FFD

RGB

 RED value IS 153 (60.16% from 255) = 27.08%

 GREEN value IS 159 (62.5% from 255) = 28.14%

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

R = 27.08%
G = 28.14%
B = 44.78%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#999FFD (or 0x999FFD) is known color: Perano. HEX triplet: 99, 9F and FD. RGB value is (153,159,253). Sum of RGB (Red+Green+Blue) = 153+159+253=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #999FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FFD is #666002. Grayscale: #A7A7A7. Windows color (decimal): -6709251 or 16621465. OLE color: 16621465.

HSL color Cylindrical-coordinate representation of color #999FFD: hue angle of 236.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #999FFD is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 159 253 -
CMYK 0.40 0.37 0 0.01
HSL 236.4º 0.96% 0.8% -
HSV(B) 236.4º 0.4% 0.99% -
XYZ 43.26 38.66 98.11 -
YUV 167.92 176.01 117.36 -
System Red Green Blue C M Y K H S L
Decimal 153 159 253 0.40 0.37 0 0.01 236.4 0.96 0.8
Hex 99 9F FD 28 25 0 1 EC 60 50
Octal 231 237 375 50 45 0 1 354 140 120
Binary 10011001 10011111 11111101 101000 100101 0 1 11101100 1100000 1010000

Color Harmonies of #999FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FFD

Black with #999FFD

Text Example


Text Example

White with #999FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999FFD; }

 p { color: rgb(153,159,253); }

 H1.HeaderClassName
 {
   color: #999FFD;
 }
 .AnyTagClassName
 {
   color: #999FFD;
 }
</style>

background-color css

<style>
 a { background-color: #999FFD; }

 a { background-color: rgb(153,159,253); }

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

border-color css

<style>
 span { border-color: #999FFD; }

 span { border-color: rgb(153,159,253); }

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