Html Css Color HEX #918CCA Blue Bell

📋 copy color: '#918CCA'

red 145 ◦ green 140 ◦ blue 202

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

Shades of Blue Bell #918CCA

Tints of Blue Bell #918CCA

RGB

 RED value IS 145 (57.03% from 255) = 29.77%

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

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 29.77%
G = 28.75%
B = 41.48%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#918CCA (or 0x918CCA) is known color: Blue Bell. HEX triplet: 91, 8C and CA. RGB value is (145,140,202). Sum of RGB (Red+Green+Blue) = 145+140+202=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #918CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CCA is #6E7335. Grayscale: #949494. Windows color (decimal): -7238454 or 13274257. OLE color: 13274257.

HSL color Cylindrical-coordinate representation of color #918CCA: hue angle of 244.84º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #918CCA is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 140 202 -
CMYK 0.28 0.31 0 0.21
HSL 244.84º 0.37% 0.67% -
HSV(B) 244.84º 0.31% 0.79% -
XYZ 31.72 29.04 59.81 -
YUV 148.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 145 140 202 0.28 0.31 0 0.21 244.84 0.37 0.67
Hex 91 8C CA 1C 1F 0 15 F5 25 43
Octal 221 214 312 34 37 0 25 365 45 103
Binary 10010001 10001100 11001010 11100 11111 0 10101 11110101 100101 1000011

Color Harmonies of #918CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918CCA

Black with #918CCA

Text Example


Text Example

White with #918CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918CCA; }

 p { color: rgb(145,140,202); }

 H1.HeaderClassName
 {
   color: #918CCA;
 }
 .AnyTagClassName
 {
   color: #918CCA;
 }
</style>

background-color css

<style>
 a { background-color: #918CCA; }

 a { background-color: rgb(145,140,202); }

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

border-color css

<style>
 span { border-color: #918CCA; }

 span { border-color: rgb(145,140,202); }

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