Html Css Color HEX #998FC9 Blue Bell

📋 copy color: '#998FC9'

red 153 ◦ green 143 ◦ blue 201

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

Shades of Blue Bell #998FC9

Tints of Blue Bell #998FC9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.77%

 BLUE value IS 201 (78.91% from 255) = 40.44%

R = 30.78%
G = 28.77%
B = 40.44%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#998FC9 (or 0x998FC9) is known color: Blue Bell. HEX triplet: 99, 8F and C9. RGB value is (153,143,201). Sum of RGB (Red+Green+Blue) = 153+143+201=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #998FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FC9 is #667036. Grayscale: #989898. Windows color (decimal): -6713399 or 13209497. OLE color: 13209497.

HSL color Cylindrical-coordinate representation of color #998FC9: hue angle of 250.34º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #998FC9 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 143 201 -
CMYK 0.24 0.29 0 0.21
HSL 250.34º 0.35% 0.67% -
HSV(B) 250.34º 0.29% 0.79% -
XYZ 33.5 30.63 59.41 -
YUV 152.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 153 143 201 0.24 0.29 0 0.21 250.34 0.35 0.67
Hex 99 8F C9 18 1D 0 15 FA 23 43
Octal 231 217 311 30 35 0 25 372 43 103
Binary 10011001 10001111 11001001 11000 11101 0 10101 11111010 100011 1000011

Color Harmonies of #998FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998FC9

Black with #998FC9

Text Example


Text Example

White with #998FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998FC9; }

 p { color: rgb(153,143,201); }

 H1.HeaderClassName
 {
   color: #998FC9;
 }
 .AnyTagClassName
 {
   color: #998FC9;
 }
</style>

background-color css

<style>
 a { background-color: #998FC9; }

 a { background-color: rgb(153,143,201); }

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

border-color css

<style>
 span { border-color: #998FC9; }

 span { border-color: rgb(153,143,201); }

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