Html Css Color HEX #968ACF Blue Bell

📋 copy color: '#968ACF'

red 150 ◦ green 138 ◦ blue 207

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

Shades of Blue Bell #968ACF

Tints of Blue Bell #968ACF

RGB

 RED value IS 150 (58.98% from 255) = 30.3%

 GREEN value IS 138 (54.3% from 255) = 27.88%

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

R = 30.3%
G = 27.88%
B = 41.82%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#968ACF (or 0x968ACF) is known color: Blue Bell. HEX triplet: 96, 8A and CF. RGB value is (150,138,207). Sum of RGB (Red+Green+Blue) = 150+138+207=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #968ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ACF is #697530. Grayscale: #959595. Windows color (decimal): -6911281 or 13601430. OLE color: 13601430.

HSL color Cylindrical-coordinate representation of color #968ACF: hue angle of 250.43º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #968ACF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 138 207 -
CMYK 0.28 0.33 0 0.19
HSL 250.43º 0.42% 0.68% -
HSV(B) 250.43º 0.33% 0.81% -
XYZ 32.93 29.17 62.93 -
YUV 149.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 150 138 207 0.28 0.33 0 0.19 250.43 0.42 0.68
Hex 96 8A CF 1C 21 0 13 FA 2A 44
Octal 226 212 317 34 41 0 23 372 52 104
Binary 10010110 10001010 11001111 11100 100001 0 10011 11111010 101010 1000100

Color Harmonies of #968ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968ACF

Black with #968ACF

Text Example


Text Example

White with #968ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968ACF; }

 p { color: rgb(150,138,207); }

 H1.HeaderClassName
 {
   color: #968ACF;
 }
 .AnyTagClassName
 {
   color: #968ACF;
 }
</style>

background-color css

<style>
 a { background-color: #968ACF; }

 a { background-color: rgb(150,138,207); }

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

border-color css

<style>
 span { border-color: #968ACF; }

 span { border-color: rgb(150,138,207); }

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