Html Css Color HEX #9990CF Blue Bell

📋 copy color: '#9990CF'

red 153 ◦ green 144 ◦ blue 207

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

Shades of Blue Bell #9990CF

Tints of Blue Bell #9990CF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.57%

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 30.36%
G = 28.57%
B = 41.07%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9990CF (or 0x9990CF) is known color: Blue Bell. HEX triplet: 99, 90 and CF. RGB value is (153,144,207). Sum of RGB (Red+Green+Blue) = 153+144+207=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #9990CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990CF is #666F30. Grayscale: #999999. Windows color (decimal): -6713137 or 13602969. OLE color: 13602969.

HSL color Cylindrical-coordinate representation of color #9990CF: hue angle of 248.57º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9990CF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 144 207 -
CMYK 0.26 0.30 0 0.19
HSL 248.57º 0.4% 0.69% -
HSV(B) 248.57º 0.3% 0.81% -
XYZ 34.37 31.22 63.25 -
YUV 153.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 153 144 207 0.26 0.30 0 0.19 248.57 0.4 0.69
Hex 99 90 CF 1A 1E 0 13 F9 28 45
Octal 231 220 317 32 36 0 23 371 50 105
Binary 10011001 10010000 11001111 11010 11110 0 10011 11111001 101000 1000101

Color Harmonies of #9990CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9990CF

Black with #9990CF

Text Example


Text Example

White with #9990CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9990CF; }

 p { color: rgb(153,144,207); }

 H1.HeaderClassName
 {
   color: #9990CF;
 }
 .AnyTagClassName
 {
   color: #9990CF;
 }
</style>

background-color css

<style>
 a { background-color: #9990CF; }

 a { background-color: rgb(153,144,207); }

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

border-color css

<style>
 span { border-color: #9990CF; }

 span { border-color: rgb(153,144,207); }

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