Html Css Color HEX #998CCF Blue Bell

📋 copy color: '#998CCF'

red 153 ◦ green 140 ◦ blue 207

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

Shades of Blue Bell #998CCF

Tints of Blue Bell #998CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28%

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

R = 30.6%
G = 28%
B = 41.4%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#998CCF (or 0x998CCF) is known color: Blue Bell. HEX triplet: 99, 8C and CF. RGB value is (153,140,207). Sum of RGB (Red+Green+Blue) = 153+140+207=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #998CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CCF is #667330. Grayscale: #979797. Windows color (decimal): -6714161 or 13601945. OLE color: 13601945.

HSL color Cylindrical-coordinate representation of color #998CCF: hue angle of 251.64º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #998CCF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 140 207 -
CMYK 0.26 0.32 0 0.19
HSL 251.64º 0.41% 0.68% -
HSV(B) 251.64º 0.32% 0.81% -
XYZ 33.78 30.03 63.05 -
YUV 151.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 153 140 207 0.26 0.32 0 0.19 251.64 0.41 0.68
Hex 99 8C CF 1A 20 0 13 FC 29 44
Octal 231 214 317 32 40 0 23 374 51 104
Binary 10011001 10001100 11001111 11010 100000 0 10011 11111100 101001 1000100

Color Harmonies of #998CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998CCF

Black with #998CCF

Text Example


Text Example

White with #998CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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