Html Css Color HEX #9898CC Blue Bell

📋 copy color: '#9898CC'

red 152 ◦ green 152 ◦ blue 204

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

Shades of Blue Bell #9898CC

Tints of Blue Bell #9898CC

RGB

 RED value IS 152 (59.77% from 255) = 29.92%

 GREEN value IS 152 (59.77% from 255) = 29.92%

 BLUE value IS 204 (80.08% from 255) = 40.16%

R = 29.92%
G = 29.92%
B = 40.16%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9898CC (or 0x9898CC) is known color: Blue Bell. HEX triplet: 98, 98 and CC. RGB value is (152,152,204). Sum of RGB (Red+Green+Blue) = 152+152+204=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #9898CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9898CC is #676733. Grayscale: #9D9D9D. Windows color (decimal): -6776628 or 13408408. OLE color: 13408408.

HSL color Cylindrical-coordinate representation of color #9898CC: hue angle of 240º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9898CC is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 152 204 -
CMYK 0.25 0.25 0 0.2
HSL 240º 0.34% 0.7% -
HSV(B) 240º 0.25% 0.8% -
XYZ 35.08 33.49 61.74 -
YUV 157.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 152 152 204 0.25 0.25 0 0.2 240 0.34 0.7
Hex 98 98 CC 19 19 0 14 F0 22 46
Octal 230 230 314 31 31 0 24 360 42 106
Binary 10011000 10011000 11001100 11001 11001 0 10100 11110000 100010 1000110

Color Harmonies of #9898CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9898CC

Black with #9898CC

Text Example


Text Example

White with #9898CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9898CC; }

 p { color: rgb(152,152,204); }

 H1.HeaderClassName
 {
   color: #9898CC;
 }
 .AnyTagClassName
 {
   color: #9898CC;
 }
</style>

background-color css

<style>
 a { background-color: #9898CC; }

 a { background-color: rgb(152,152,204); }

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

border-color css

<style>
 span { border-color: #9898CC; }

 span { border-color: rgb(152,152,204); }

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